Problem Note 46582: CURVELABELATTRS and DATALABELATTRS options are ignored in LOESS, REG, and PBSPLINE statements in PROC SGPLOT and PROC SGPANEL
The CURVELABELATTRS and DATALABELATTRS options might be ignored when specified in a plot statement with the SGPLOT or SGPANEL procedure. This problem is most likely to occur if these options are specified in a LOESS, REG, or PBSPLINE statement.
A syntax error should be issued indicating that these options are not supported in the above statements.
To circumvent the problem, add a SCATTER statement that includes the DATALABEL option. Specify a marker size of zero with the MARKERATTRS option. The DATALABELATTRS option can also be specified in this statement. For example:
proc sgplot data=sashelp.class;
reg x=height y=weight;
scatter x=height y=weight / datalabel=name markerattrs=(size=0) datalabelattrs=(size=1);
run;
Operating System and Release Information
SAS System | Base SAS | Aster Data nCluster on Linux x64 | 9.3 | 9.4 | | 9.4 TS1M0 |
DB2 Universal Database on AIX | 9.3 | 9.4 | | 9.4 TS1M0 |
DB2 Universal Database on Linux x64 | 9.3 | 9.4 | | 9.4 TS1M0 |
Greenplum on Linux x64 | 9.3 | 9.4 | | 9.4 TS1M0 |
Netezza TwinFin 32bit blade | 9.3 | 9.4 | | 9.4 TS1M0 |
Netezza TwinFin 32-bit SMP Hosts | 9.3 | 9.4 | | 9.4 TS1M0 |
Netezza TwinFin 64-bit S-Blades | 9.3 | 9.4 | | 9.4 TS1M0 |
Netezza TwinFin 64-bit SMP Hosts | 9.3 | 9.4 | | 9.4 TS1M0 |
Teradata on Linux | 9.3 | 9.4 | | 9.4 TS1M0 |
z/OS | 9.3 | 9.4 | | 9.4 TS1M0 |
Z64 | 9.3 | 9.4 | | 9.4 TS1M0 |
Microsoft® Windows® for x64 | 9.3 | 9.4 | | 9.4 TS1M0 |
Microsoft Windows 95/98 | 9.3 | | | |
Microsoft Windows 2000 Advanced Server | 9.3 | | | |
Microsoft Windows 2000 Datacenter Server | 9.3 | | | |
Microsoft Windows 2000 Server | 9.3 | | | |
Microsoft Windows 2000 Professional | 9.3 | | | |
Microsoft Windows NT Workstation | 9.3 | | | |
Microsoft Windows Server 2003 Datacenter Edition | 9.3 | 9.4 | | 9.4 TS1M0 |
Microsoft Windows Server 2003 Enterprise Edition | 9.3 | 9.4 | | 9.4 TS1M0 |
Microsoft Windows Server 2003 Standard Edition | 9.3 | 9.4 | | 9.4 TS1M0 |
Microsoft Windows Server 2003 for x64 | 9.3 | 9.4 | | 9.4 TS1M0 |
Microsoft Windows Server 2008 | 9.3 | 9.4 | | 9.4 TS1M0 |
Microsoft Windows Server 2008 for x64 | 9.3 | 9.4 | | 9.4 TS1M0 |
Microsoft Windows XP Professional | 9.3 | 9.4 | | 9.4 TS1M0 |
Windows 7 Enterprise 32 bit | 9.3 | | | |
Windows 7 Enterprise x64 | 9.3 | | | |
Windows 7 Home Premium 32 bit | 9.3 | | | |
Windows 7 Home Premium x64 | 9.3 | | | |
Windows 7 Professional 32 bit | 9.3 | | | |
Windows 7 Professional x64 | 9.3 | | | |
Windows 7 Ultimate 32 bit | 9.3 | | | |
Windows 7 Ultimate x64 | 9.3 | | | |
Windows Millennium Edition (Me) | 9.3 | | | |
Windows Vista | 9.3 | 9.4 | | 9.4 TS1M0 |
Windows Vista for x64 | 9.3 | 9.4 | | 9.4 TS1M0 |
64-bit Enabled AIX | 9.3 | 9.4 | | 9.4 TS1M0 |
64-bit Enabled HP-UX | 9.3 | 9.4 | | 9.4 TS1M0 |
64-bit Enabled Solaris | 9.3 | 9.4 | | 9.4 TS1M0 |
HP-UX IPF | 9.3 | 9.4 | | 9.4 TS1M0 |
Linux | 9.3 | 9.4 | | 9.4 TS1M0 |
Linux for x64 | 9.3 | 9.4 | | 9.4 TS1M0 |
Solaris for x64 | 9.3 | 9.4 | | 9.4 TS1M0 |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
The CURVELABELATTRS and DATALABELATTRS options are ignored in LOESS, REG, and PBSPLINE statements in PROC SGPLOT and PROC SGPANEL.
Type: | Problem Note |
Priority: | medium |
Date Modified: | 2012-05-21 13:02:41 |
Date Created: | 2012-05-15 14:02:27 |